home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00536_about go back.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  171 b   |  14 lines

  1. on mouseUp me
  2.   set the visible of sprite 20 to 0
  3.   set the movieRate of sprite 20 to 0
  4.   go(24)
  5. end
  6.  
  7. on mouseEnter me
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(0)
  13. end
  14.